home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
25
/
9
/
DISK2597.ZIP
/
HSRES110.LZH
/
EXAMPLE.BAT
next >
Wrap
DOS Batch File
|
1991-04-12
|
382b
|
32 lines
@echo off
cls
echo Example of use of HSR and HSRES
echo
hsr ?
if errorlevel 1 goto :appl
echo
hsres
hsr ?
if errorlevel 1 goto :appl
echo HSRES could not be installed
goto :end
:appl
echo
echo Here I could have called an application.
echo As an example, I use HSR:
echo
hsr
echo
echo And now to unloading HSRES:
echo
hsres -u
:end